From 86dbb023ccfffb228f5aa54b803f1ca5be16e55b Mon Sep 17 00:00:00 2001 From: Ilmari Karonen Date: Fri, 1 Dec 2006 03:09:39 +0000 Subject: [PATCH] fix broken ISBN test, add two to test space-delimited ISBNs --- maintenance/parserTests.txt | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index 26a12e15fa..d6c5b4dcf4 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -6074,7 +6074,27 @@ ISBN with a dummy number !! input ISBN --- !! result -

ISBN --- +

ISBN --- +

+!! end + + +!! test +ISBN with space-delimited number +!! input +ISBN 92 9017 032 8 +!! result +

ISBN 92 9017 032 8 +

+!! end + + +!! test +ISBN with multiple spaces, no number +!! input +ISBN foo +!! result +

ISBN foo

!! end -- 2.20.1